home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / Builders / BUILDERS / bldcombo.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  1.7 KB  |  29 lines

  1. * Header file for Combobox builder
  2.  
  3. #DEFINE PG1LBL1_LOC            "What items do you want in your combo box?"
  4. #DEFINE PG1LBL11_LOC        "Select a database or free table, and then select the fields."
  5. #DEFINE PG1LBL12_LOC        "Specify the number of columns, then type in the items."
  6. #DEFINE PG1LBL13_LOC        "Specify an array, and the range of items to be displayed."
  7. #DEFINE PG1LBL14_LOC        "Select a database or free table, and then specify the fields."
  8. #DEFINE PG1LBL15_LOC        "The files in the specified directory will be displayed in a single column."
  9. #DEFINE PG1LBL16_LOC        "Select a database, then a table or view. The field names in the selected table " + ;
  10.                                 "will appear in a single column."
  11.  
  12. #DEFINE PG2LBL1_LOC            "Which style do you want for your combo box?"
  13. #DEFINE PG2LBL2_LOC            "Do you want to enable incremental searching in your combo box?"
  14. #DEFINE PG3LBL1_LOC            "To adjust a column, drag the right edge of its heading. To hide a column, double-click its heading."
  15. #DEFINE PG4LBL1_LOC            "When the user selects an item in the combo box, which column do you want a value returned from?"
  16. #DEFINE PG4LBL2_LOC            "If you want to store this value in a table or view, type the field or select it from the list."
  17.  
  18. #DEFINE FROMBYHAND_LOC         "Data entered by hand"
  19. #DEFINE FROMARRAY_LOC         "Values from an array"
  20. #DEFINE FROMTBLVIEW_LOC     "Table or view"
  21. #DEFINE FROMFIELDS_LOC         "Fields from a table or view"
  22. #DEFINE FROMFILES_LOC         "Files from a directory"
  23. #DEFINE FROMSTRUC_LOC         "Field Names from a table or view"
  24. #DEFINE COLUMN_LOC            "Column"
  25. #DEFINE FILENAMES_LOC        "File names"
  26. #DEFINE FIELDS_LOC            "Fields"
  27. #DEFINE NODATA_LOC            "Data is not available for display. " + chr(13) + chr(10)
  28.  
  29.